home *** CD-ROM | disk | FTP | other *** search
/ Voice Collection 7: Yuko Mizutani / UNTITLED.BIN / pc / mmovie.dir / 00030_ñÇËÉ{É^ÉìïÅí .ls < prev    next >
Encoding:
Text File  |  1995-11-24  |  373 b   |  17 lines

  1. on mouseUp
  2. end
  3.  
  4. on mouseDown
  5.   pushbtn()
  6.   if rollOver(clickOn()) then
  7.     set the movieRate of sprite 5 to 0
  8.     set the controller of cast 2 to 0
  9.     set the controller of cast 4 to 0
  10.     set the controller of cast 5 to 0
  11.     set the controller of cast 6 to 0
  12.     set the controller of cast 7 to 0
  13.     set the controller of cast 8 to 0
  14.     go("├ë├à├ëC├ë├¼")
  15.   end if
  16. end
  17.